home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / IBMVCAP.IN_ / ibmvcap.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  2.7 KB  |  131 lines

  1. ; ibmvcap.INF  -- This file installs ibmvcap.sys
  2. ; Copyright 1997-2000, Copyright (C) IBM Corp.  All rights reserved.
  3.              
  4.  
  5. [Version]
  6. LayoutFile=Layout.inf
  7. Signature="$CHICAGO$"
  8. Class=MEDIA
  9. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  10.  
  11. Provider=%Msft%
  12. DriverVer=10/01/2002,5.2.3790.0
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir=11
  16. IBM.IBMVCAP.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  17.  
  18. [ControlFlags]
  19. ; All PnP devices should be excluded from manual AddDevice Applet list
  20. ExcludeFromSelect=*
  21.  
  22. [Manufacturer]
  23. %IBMMfg%=IBM
  24.  
  25. ;---------------------------------------------------------------
  26. ;              I B M V C A P
  27. ;
  28. ;---------------------------------------------------------------
  29. [IBM]
  30. %IBMVCAP.DeviceDesc%=IBM.IBMVCAP.Device,DISPLAY\ibmvcap
  31.  
  32.  
  33. [IBM.IBMVCAP.Device]
  34. Include  =  ks.inf, kscaptur.inf
  35. Needs=      KS.Registration,KSCAPTUR.Registration
  36. AddReg   =  IBM.IBMVCAP.AddReg
  37. CopyFiles=  IBM.IBMVCAP.CopyDrivers
  38.  
  39. [IBM.IBMVCAP.Device.NT.Services]
  40. AddService=IBMVCAP, 0x00000002, IBM.IBMVCAP.ServiceInstall
  41.  
  42. [IBM.IBMVCAP.ServiceInstall]
  43. DisplayName=%IBMVCAP.DeviceDesc%
  44. StartType=3
  45. ErrorControl=1
  46. ServiceType   = 1                ; SERVICE_KERNEL_DRIVER
  47. ServiceBinary = %10%\system32\drivers\ibmvcap.sys
  48.  
  49. [IBM.IBMVCAP.Device.NT]
  50. Include  =  ks.inf, kscaptur.inf
  51. Needs=      KS.Registration,KSCAPTUR.Registration.NT
  52. AddReg   =  IBM.IBMVCAP.AddReg
  53. CopyFiles=  IBM.IBMVCAP.CopyDrivers
  54.  
  55. [IBM.IBMVCAP.CopyDrivers]
  56. ibmvcap.sys
  57. stream.sys,,,1
  58.  
  59. [IBM.IBMVCAP.AddReg]
  60. HKR,,DevLoader,,*ntkern
  61. HKR,,NTMPDriver,,ibmvcap.sys
  62.  
  63. [IBM.IBMVCAP.Device.Interfaces]
  64. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  65. AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
  66. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
  67.  
  68. [IBM.IBMVCAP.Device.NT.Interfaces]
  69. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  70. AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
  71. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
  72.  
  73. [VideoCapture]
  74. AddReg=VideoCapture.AddReg
  75.  
  76. [VideoCrossbar]
  77. AddReg=VideoXBar.AddReg
  78.  
  79. [VideoCapture.AddReg]
  80. HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
  81. HKR,,FriendlyName,,%IBMVCAP.Capture%
  82. HKR,,PageOutWhenUnopened,3,01
  83. HKR,,DontSuspendIfStreamsAreRunning,3,01
  84.  
  85. [VideoXBar.AddReg]
  86. HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
  87. HKR,,FriendlyName,,%IBMVCAP.Crossbar%
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123. [Strings]
  124. Msft="IBM Corp."
  125. IBMMfg="IBM"
  126. DiskName="IBMVCAP Capture Driver Diskette"
  127. IBMVCAP.DeviceDesc="IBMVCAP, WDM Video Capture"
  128. IBMVCAP.Capture="IBMVCAP Capture"
  129. IBMVCAP.Crossbar="IBMVCAP Crossbar"
  130.  
  131.